home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Hypercard / HyperCard' More / C-D / CheckWriter / Check Writer / background_6840.txt < prev    next >
Encoding:
Text File  |  1987-09-30  |  2.1 KB  |  106 lines

  1. -- background: 6840 from stack: in
  2. -- bmap block id: 7432
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: help
  6. ----- HyperTalk script -----
  7. on lockFields
  8.   repeat with i = 1 to the number of card fields
  9.     set lockText of card field i to true
  10.   end repeat
  11. end lockFields
  12.  
  13.  
  14.  
  15. -- part 3 (button)
  16. -- low flags: 00
  17. -- high flags: 2000
  18. -- rect: left=162 top=288 right=317 bottom=199
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 9301 / 9301
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Prev
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   visual effect scroll right
  30.   go to previous card
  31. end mouseUp
  32.  
  33.  
  34. -- part 4 (button)
  35. -- low flags: 00
  36. -- high flags: 2000
  37. -- rect: left=295 top=288 right=317 bottom=331
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 27009 / 27009
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Next
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   visual effect scroll left
  49.   go to next card
  50. end mouseUp
  51.  
  52.  
  53. -- part 5 (button)
  54. -- low flags: 00
  55. -- high flags: 2000
  56. -- rect: left=434 top=288 right=317 bottom=470
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 2162 / 2162
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Return
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   visual effect iris close
  68.   go to first card
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 6 (button)
  74. -- low flags: 00
  75. -- high flags: A003
  76. -- rect: left=38 top=292 right=314 bottom=105
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: Index
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   visual effect scroll right
  88.   go to card id 7395
  89. end mouseUp
  90.  
  91.  
  92.  
  93.  
  94. -- part 7 (field)
  95. -- low flags: 81
  96. -- high flags: 0002
  97. -- rect: left=172 top=64 right=85 bottom=311
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 3
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: dlNbr
  106.